November 13
More notes on
Subclasses
Another version of the
StudentPerson.py
program
PayPeriods.py
-- uses the class hierarchy to organize related classes
myList.py
-- makes a subclass of the standard list class
myRandom.py
and application program
testRandom.py
-- maks a subclass to rewrite the standard rando=m class for nefarious reasons
Notes for the three Gradebook programs